home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / fido / nlfind13.lha / NLFind13 / src.lha / smakefile < prev   
Makefile  |  1995-08-31  |  384b  |  24 lines

  1. #
  2. # Makefile for NLFind
  3. #
  4. #
  5.  
  6. OBJS= NLFind.o
  7.  
  8. NLFind: $(OBJS) 
  9.    sc NOCHECKABORT link to NLFind with <<
  10. $(OBJS)
  11. <
  12.    Copy NLFind TO SYS:WBStartup
  13.  
  14. NLFind.o: NLFind.c scoptions INCLUDE:NLFind.gst
  15.     sc NLFind.c GST=INCLUDE:NLFind.gst NOLINK
  16.  
  17. INCLUDE:NLFind.gst: gst.c scoptions smakefile
  18.     sc gst.c MAKEGST=INCLUDE:NLFind.gst IGNORE=105 NOOPTIMIZE
  19.     delete gst.o
  20.  
  21. dist:
  22.     execute makedist
  23.  
  24.